@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "bebas";
	src: url('../fonts/bebas.ttf') format('truetype');
  }

*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #888; font-size: 14px;}
input::-moz-input-placeholder{			color: #888; font-size: 14px;}
input::-ms-input-placeholder{			color: #888; font-size: 14px;}
input::-o-input-placeholder{			color: #888; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #888; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #888; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #888; font-size: 14px;}
textarea::-o-input-placeholder{			color: #888; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; overflow: hidden; }
.p20{ padding: 20px 0; overflow: hidden; }
.p30{ padding: 30px 0; overflow: hidden; }
.p40{ padding: 40px 0; overflow: hidden; }
.p50{ padding: 50px 0; overflow: hidden; }
.p60{ padding: 60px 0; overflow: hidden; }
.p70{ padding: 70px 0; overflow: hidden; }
.p80{ padding: 80px 0; overflow: hidden; }
.p90{ padding: 90px 0; overflow: hidden; }
.p100{ padding: 100px 0; overflow: hidden;}
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}



.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}

.swiper-active-switch {
	opacity: 1;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}



.container{
	width: 1320px;
	margin: 0 auto;
}

.logo{
	width: 243px;
}

.menu{
	width: 990px;
	line-height: 90px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu li{
	display: block;
	float: left;
	text-align: center;
}
.menu li a{
	display: block;
	padding: 0 20px;
}
.menu li:hover a,
.menu li.this a{
	background: #df0615;
	color: #fff;
}




.search{
	line-height: 44px;
	padding: 18px 0;
}
.hotkeys{
	color: #484848;
	font-size: 16px;
}
.hotkeys a{
	color: #888888;
	font-size: 16px;
	margin: 0 10px 0 0;
}
.hotkeys a:last-child{
	margin: 0;
}


.search{
	background: #f2f2f2;
}
.searcharea{
	margin: 0 60px;
}
.searcharea .stext{
	height: 44px;
	width: 330px;
	padding: 0 30px;
	border: none;
	border-bottom-left-radius: 22px;
	border-top-left-radius: 22px;
}
.searcharea .sbut{
	height: 44px;
	width: 80px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	background: #efab01;
	border-bottom-right-radius: 22px;
	border-top-right-radius: 22px;
}


.zstel{
	font-size: 14px;
	color: #666666;
}
.zstel .iconfont{
	font-size: 28px;
	color: #282828;
	margin: 0 4px 0 0;
}
.zstel a{
	color: #df0615;
	font-size: 30px;
	font-family: "Arial";
	font-weight: bold;
}


.stitle{
	font-size: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 0 20px;
}
.stitle:before,
.stitle:after{
	content: '';
	display: block;
	width: 193px;
	height: 39px;
	top: 2px;
	position: absolute;
	background: url("../images/bg_stitle.png") center no-repeat;
}
.stitle:before{
	left: 0;
	margin-left: -193px;
}
.stitle:after{
	right: 0;
	margin-right: -193px;
	-webkit-transform: 	rotateY(180deg);
	-moz-transform: 	rotateY(180deg);
	-ms-transform: 		rotateY(180deg);
	-o-transform: 		rotateY(180deg);
	transform: 			rotateY(180deg);
}


.leftnews1{
	width: 500px;
}
.leftnewspic li{
	display: block;
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.leftnewspic li:last-child{
	margin: 0;
}
.leftnewspic li p{
	font-size: 14px;
	line-height: 24px;
	color: #282828;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 0 0;
}


.leftnews2{
	width: 450px;
	margin: 0 50px;
}
.leftnews2 li{
	line-height: 30px;
	border-bottom: 1px dashed #eee;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.leftnews2 li a{
	color: #484848;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 4px 0 0 0;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.leftnews2 li:hover a{
	color: #df0615;
}
.leftnews2 li span{
	padding: 4px 0 0 0;
	float: right;
	color: #bbbbbb;
	font-size: 12px;
	display: block;
	width: 115px;
	text-align: right;
}

.leftnews2 li:nth-child(4n){
	margin: 0 0 20px 0;
}
.leftnews2 li:nth-child(4n+1){
	line-height: 34px;
}
.leftnews2 li:nth-child(4n+1) a{
	font-size: 18px;
}
.leftnews2 li:nth-child(4n+1) a font{
	display: none;
}
.leftnews2 li:last-child{
	margin: 0;
}


.newsarea .rightpic{
	width: 270px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.newsarea .rightpic:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
}

.pro .stitle{
	font-size: 30px;
}
.proarea .propic{
	width: 615px;
	padding: 15px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	position: relative;
}
.proul li:before,
.proarea .propic:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 1px solid rgba(223, 6, 21, 0.5);
	border-left: 1px solid rgba(223, 6, 21, 0.5);
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proul li:after,
.proarea .propic:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	z-index: -1;
	border-right: 1px solid rgba(223, 6, 21, 0.5);
	border-bottom: 1px solid rgba(223, 6, 21, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.proul li:hover:before,
.proul li:hover:after,
.proarea .propic:hover:before,
.proarea .propic:hover:after{
	width: 100%;
	height: 100%;
}

.proul{
	width: 645px;
}
.proul li{
	display: block;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	width: 48%;
	position: relative;
	margin: 0 4% 0 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.proul li p{
	font-size: 16px;
	text-align: center;
	color: #666666;
	margin: 17px 0 0 0;
}
.proul li .pic img{
	background: url(../images/probg.png) center no-repeat;
	background-size: cover;
}
.proul li:last-child{
	margin: 0;
}




.proadv li{
	width: 25%;
	float: left;
	display: block;
	position: relative;
}
.proadv li .atext{
	position: absolute;
	width: 80%;
	padding: 10%;
	left: 0;
	bottom: 0;
	color: #fff;
}
.proadv li .atext .bigtext{
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 30px 0;
}
.proadv li .atext .text{
	font-size: 16px;
	line-height: 32px;
	display: none;
}


.abouttext{
	padding: 130px 0 70px 0;
	background: url(../images/bg_about.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.abouttext .text{
	width: 500px;
	padding: 50px;
	background: #fff;
	margin: 0 60px 0 0;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.abouttext .text .more{
	display: block;
	width: 140px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #df0615;
	float: right;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.abouttext .text .more:hover{
	width: 160px;
}

.fwzcul li{
	display: block;
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
	position: relative;
	color: #fff;
}
.fwzcul li a{
	color: #fff;
	font-size: 18px;
	margin: 0 45px 0 0;
}
.fwzcul li:last-child{
	margin: 0;
}
.fwzcul li .fwzctitle{
	position: absolute;
	padding: 8% 10%;
	left: 0;
	top: 0;
	font-size: 36px;
}
.fwzcul li .text{
	position: absolute;
	padding: 8% 10%;
	font-size: 18px;
	left: 0;
	bottom: 0;
}
.fwzcul li a span{
	font-size: 36px;
	font-family: "Arial";
}
.fwzcul li:nth-child(2) a:last-child{
	display: inline-block;
	vertical-align: middle;
	margin: -10px 0 0 0;
}

.footerbg{
	background: #eeeeee;
	padding: 60px 0 30px 0;
}

.fshare .iconfont{
	width: 44px;
	line-height: 44px;
	border-radius: 22px;
	background: #d2d2d2;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 22px;
	margin: 0 20px 0 0;
	cursor: pointer;
	position: relative;
}
.fshare a{
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
}
.fshare .icon-xinlangweibo{
	margin: 0;
}
.fshare .icon-weixin{
	font-size: 26px;
}



.fcontact{
	width: 18%;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin: 0 4% 0 4%;
}

.fmenu{
	width: 49%;
}
.fmenu ul{
	float: left;
	width: 16.666%;
}
.fmenu ul li{
	display: block;
	font-size: 14px;
	color: #282828;
	line-height: 24px;
}
.fmenu ul li:first-child{
	margin: 0 0 5px 0;
}
.fmenu ul li a{
	font-size: 14px;
	color: #666666;
}


.fewm p{
	color: #484848;
	font-size: 14px;
}
.fewm .pic{
	width: 100px;
	margin: 10px 0 0 0;
}



.cr{
	border-top: 1px solid #dcdcdc;
	line-height: 24px;
	padding: 15px 0;
	text-align: center;
	color: #adadad;
	font-size: 14px;
}
.cr a{
	color: #adadad;
	font-size: 14px;
}

.banner_pc .swiper-pagination-bullet{
	background: #fff;
	opacity: .5;
}
.banner_pc .swiper-pagination-bullet{
	background: #efab01;
	opacity: 1;
}


.bannerbg,
.listbanner,
.nbanner{
	height: 360px;
	background-image: url(../images/banner_about.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.nconright{
	width: 910px;
}

.cate{
	width: 240px;
}
.catetitle{
	background: #df0615;
	padding: 85px 0 30px 0;
	line-height: 24px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 0 4px 0;
}
.cate ul li{
	line-height: 70px;
	display: block;
}
.cate ul li a{
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #dcdcdc;
	color: #484848;
	padding: 0 0 0 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.cate ul li font{
	font-weight: bold;
	margin: 0 15px 0 0;
	color: #bbb;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.cate ul li:hover a,
.cate ul li.this a{
	color: #fff;
	background: #efab01;
	border-bottom: 1px solid #efab01;
}
.cate ul li:hover font,
.cate ul li.this font{
	color: #fff;
}


.classtitle{
	font-size: 24px;
	display: table;
	border-bottom: 3px solid #df0615;
	padding: 0 0 10px 0;
	line-height: 24px;
	position: relative;
	z-index: 1;
}

.classhr{
	margin: -2px 0 0 0;
}

.nabouttext{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.introarea li{
	display: block;
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.introarea li:last-child{
	margin: 0;
}
.introarea li video{
	width: 100%;
}


.piclist li{
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	display: block;
	float: left;
}
.piclist li:nth-child(3n){
	margin: 0 0 3.5% 0;
}
.piclist li .pic{
	border: 5px solid #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.piclist li p{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: 15px 0 0 0;
    text-overflow: ellipsis;
    display: block;
	white-space: nowrap;
	overflow: hidden;
}



.ndevul{
	overflow: visible;
}
.yearul{
	width: 15%;
	padding: 7% 0;
	text-align: right;
}
.yearul li{
	position: relative;
	line-height: 60px;
	display: block;
	font-family: "bebas";
	color: #a9a9a9;
	padding: 0 30% 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.yearul li.this{
	font-size: 36px;
	margin: 0 0 50px 0;
	color: #efab01;
}
.yearul li .circle{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	margin-right: -24px;
	top: 50%;
	margin-top: -20px;
}
.yearul li .circle:before,
.yearul li .circle:after{
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	opacity: 0;
}
.yearul li .circle:before{
	width: 38px;
	height: 38px;
	margin-left: -20px;
	margin-top: -20px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.yearul li .circle:after{
	width: 30px;
	height: 30px;
	margin-left: -16px;
	margin-top: -16px;
}
.yearul li .circle div{
	position: absolute;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -12px;
	margin-top: -12px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.yearul li .circle div:after{
	content: '';
	display: block;
	position: absolute;
	background: #c6a689;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.yearul li.this div,
.yearul li.this .circle:before,
.yearul li.this .circle:after{
	opacity: 1;
}
.yearul li.this .circle div{
	border: 1px solid #c9c9c9;
}
.yearul li.this .circle div:after{
	animation: Circle 1s infinite linear;
	background: #c6a689;
}
@keyframes Circle{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.55);
	}
	100%{
		transform:scale(1);
	}
}


.devarea{
	background: #f4f4f4;
	padding: 7% 10% 7% 12%;
	width: 63%;
}


.devtext li{
	margin: 0 0 20px 0;
	display: block;
}
.devtext li .date{
	font-family: "bebas";
	font-size: 14px;
	line-height: 24px;
	float: left;
	margin: 0 3% 0 0;
	width: 10%;
	color: #df0615;
	font-weight: bold;
}
.devtext li .text{
	width: 87%;
	color: #484848;
	font-size: 14px;
	float: left;
	line-height: 24px;
}


.videolist li{
	display: block;
	width: 48%;
	margin: 0 4% 4% 0;
	float: left;
}
.videolist li:nth-child(2n){
	margin: 0 0 4% 0;
}
.videolist li .pic{
	position: relative;
}
.videolist li .iconfont{
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
}
.videolist li>p{
	font-size: 18px;
	color: #484848;
	text-align: center;
	margin: 10px 0 0 0;
}
.videolist li .nvideo{
	display: none;
}


.videoarea{
	width: 50%;
	position: fixed;
	left: 25%;
	top: 20%;
	z-index: 999999;
	display: none;
}
.videoarea video{
	width: 100%;
	height: auto !important;
	max-height: 600px !important;
}
.videoarea .iconfont{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	font-size: 20px;
	width: 40px;
	line-height: 40px;
	background: rgba(255,255,255,.5);
	text-align: center;
	z-index: 999;
	cursor: pointer;
}
.shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
	z-index: 9999;
	display: none;
}



.lxfs{
	width: 435px;
}
.lxfs li{
	display: block;
	line-height: 47px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
}
.lxfs li a{
	font-size: 16px;
}
.lxfs li .iconfont{
	width: 70px;
	text-align: center;
	font-size: 24px;
	color: #878787;
}
.ncontacttext .ncontact{
	width: 440px;
}
.ncontacttext .ncontact .pic{
	height: 240px;
	object-position: right center;
}

.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
}



.newm{
	background: #eeeeee;
	text-align: center;
	padding: 7% 10%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.ewm_wx .pic{
	margin: 0 0 20px 0;
}
.ewm_wx p{
	color: #282828;
	font-size: 14px;
	line-height: 24px;
}



.qyfzr{
	font-size: 18px;
	color: #484848;
}
.qyfzr>p{
	margin: 0 0 20px 0;
}
.qyfzr table{
	font-size: 16px;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	line-height: 48px;
	margin: 6px 0 0 0;
}
.qyfzr table td:nth-child(1){
	color: #282828;
	background: #eeeeee;
}
.qyfzr table td:nth-child(2){
	color: #484848;
	border: 1px solid #e5e5e5;
}
.qyfzr table td a{
	color: #df0615;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 30px;
}



.ntitle{
	font-size: 24px;
	font-weight: bold;
	color: #282828;
	text-align: center;
}
.ntitle:after{
	content: '';
	display: block;
	margin: 12px auto 0 auto;
	width: 36px;
	height: 2px;
	background: #df0615;
}

.pzzcul li{
	display: block;
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
.pzzcul li:nth-child(2n){
	margin: 0 0 4% 0;
}
.pzzcul li .text{
	background-color: #f3f3f3;
	padding: 5%;
	width: 90%;
}
.pzzcul li .text span{
	display: block;
	font-size: 18px;
	color: #282828;
	line-height: 18px;
}
.pzzcul li .text p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 5px 0 0 0;
}


.yzmsbg{
	background: #f3f3f3;
	overflow: hidden;
}
.yzms{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 5%;
}
.yzbt{
	text-align: center;
	color: #fff;
	background: #efab01;
	width: 206px;
	height: 72px;
	border-radius: 50%;
	line-height: 36px;
	padding: 67px 0;
}
.yzbt strong{
	font-size: 36px;
}
.yzbt p{
	font-size: 24px;
}

.yzlist{
	width: 550px;
}
.yzlist li{
	display: block;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	border-radius: 35px;
	margin: 0 0 16px 0;
	position: relative;
	overflow: hidden;
}
.yzlist li:last-child{
	margin: 0;
}
.yzlist li .text1{
	background: #df0615;
	border-radius: 35px;
	font-size: 18px;
	line-height: 24px;
	width: 20%;
	padding: 11px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.yzlist li .text2{
	width: 75%;
	padding: 0 0 0 5%;
	font-size: 16px;
	color: #666666;
	line-height: 70px;
}
.yzlist li .num{
	position: absolute;
	right: 20px;
	bottom: -15px;
	font-family: "bebas";
	font-size: 48px;
	color: #ededed;
}


.cxqdul li{
	display: block;
	float: left;
	width: 23%;
	box-sizing: border-box;
	padding: 2.5%;
	border: 1px solid #e5e5e5;
	margin: 0 2.666% 0 0;
}
.cxqdul li:last-child{
	margin: 0;
}
.cxqdul li .iconfont{
	color: #efab01;
	font-size: 42px;
}
.cxqdul li strong{
	font-size: 18px;
	color: #282828;
	display: block;
	margin: 15px 0;
}
.cxqdul li .text{
	font-size: 14px;
	line-height: 24px;
}


.zsbztable table{
	width: 100%;
}
.zsbztable table td{
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	background: #f4f4f4;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #282828;
}
.zsbztable table td.bg{
	background: #eeeeee;
}

.zstjtable table{
	width: 100%;
}
.zstjtable table td{
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	background: #f4f4f4;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #282828;
}
.zstjtable table td.bg{
	background: #eeeeee;
}

.nmessage .text{
	font-size: 14px;
	line-height: 26px;
	color: #484848;
}
.nmessage li{
	display: block;
	border: 1px solid #dbdbdb;
	margin: 0 0 10px 0;
	position: relative;
}
.nmessage li input{
	height: 44px;
	padding: 0 14px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.nmessage li textarea{
	height: 160px;
	padding: 14px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.nmessage li.sbut{
	border: none;
}
.nmessage li.sbut input{
	padding: 0;
	height: 60px;
	background: #df0615;
	font-size: 16px;
	color: #fff;
}
.nmessage li img{
	background: #a0a0a0;
	padding: 4.5px 0;
	width: 82px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #dbdbdb;
}

.nnewsul li{
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
.nnewsul li a{
	display: block;
	padding: 30px 0;
}
.nnewsul li .pic{
	width: 32%;
	display: none;
}
.nnewsul li:nth-child(1) .pic{
	display: block;
}
.nnewsul li .text{
	width: 100%;
}
.nnewsul li:nth-child(1) .text{
	width: 63%;
}
.nnewsul li .text span{
	font-size: 18px;
	line-height: 18px;
	color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnewsul li:hover .text span{
	color: #df0615;
}
.nnewsul li:nth-child(1) .text span{
	line-height: 60px;
}
.nnewsul li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	white-space: nowrap;
	margin: 15px 0 0 0;
}
.nnewsul li:nth-child(1) .text p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	white-space: normal;
	margin: 0 0 0 0;
}



.nproul li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.nproul li:nth-child(3n){
	margin: 0 0 2% 0;
}
.nproul li .pic{
	border: 3px solid #eee;
}
.nproul li p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}


.rczptext{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

.rczpfl li{
	display: block;
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
	position: relative;
}
.rczpfl li:last-child{
	margin: 0;
}
.rczpfl li .text{
	color: #fff;
	position: absolute;
	padding: 12% 10%;
	width: 80%;
	left: 0;
	top: 0;
}
.rczpfl li .text .iconfont{
	font-size: 52px;
	text-align: center;
}
.rczpfl li .text span{
	display: block;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin: 30px 0 0 0;
}
.rczpfl li .text font{
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	opacity: .2;
	font-weight: bold;
	margin: 10px 0 30px 0;
}
.rczpfl li .text p{
	font-size: 14px;
	line-height: 30px;
}



.nrczpul li{
	border-top: 3px solid #c9c9c9;
	background: #f4f4f4;
	display: block;
	padding: 0 7%;
	position: relative;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nrczpul li.this,
.nrczpul li:hover{
	border-top: 3px solid #efab01;
}
.nrczpul li .rlzytitle{
	padding: 36px 0;
}
.nrczpul li .rlzytitle span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.nrczpul li .rlzytitle font{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin: 15px 0 0 0;
}

.nrczpul li .buttonarrow{
	font-size: 70px;
	line-height: 46px;
	position: absolute;
	right: 6%;
	bottom: 50%;
	margin-bottom: -23px;
	color: #df0615;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nrczpul li .rlzyarea{
	font-size: 14px;
	line-height: 26px;
	padding: 0 0 30px 0;
	color: #666666;
	display: none;
}
.nrczpul li .rlzyarea .text2{
	margin: 20px 0 0 0;
}
.nrczpul li .rlzyarea .rlzyareatitle{
	color: #000;
}
.nrczpul li.this .buttonarrow{
	bottom: 6%;
	margin-bottom: 0;
	transform: rotate(180deg);
}
.nrczpul li .rlzyarea a.tdjl{
	display: block;
	width: 170px;
	line-height: 50px;
	background: #df0615;
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
}


.menubut{
	display: none;
}




.leftnews1 .video:hover img,
.proadv li:hover .pic img,
.proul li:hover .pic img,
.fwzcul li:hover .pic img,
.nproul li:hover .pic img,
.leftnewspic li:hover .pic img,
.piclist li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}

.proarea .propic:hover img,
.newsarea .rightpic:hover img{
	-webkit-transform: 	scale(1.05);
	-moz-transform: 	scale(1.05);
	-ms-transform: 		scale(1.05);
	-o-transform: 		scale(1.05);
	transform: 			scale(1.05);
}






#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}









@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
	.w1200,
	.container{
		width: 90%;
	}
	.menu{
		width: 75%;
	}
	.menu li a{
		padding: 0 10px;
	}
	.leftnews{
		width: 80%;
	}
	.leftnews1{
		width: 47%;
	}
	.leftnews1 .video{
		height: 300px;
	}
	.leftnews2{
		width: 45%;
		margin: 0 4%;
	}
	.newsarea .rightpic{
		width: 20%;
		height: 470px;
	}
	.proarea .propic{
		width: 46.5%;
		height: 300px;
	}
	.proul{
		width: 49%;
	}
	.proul li .pic{
		height: 261px;
	}
	.proadv li .atext .bigtext{
		font-size: 50px;
		line-height: 50px;
	}
	.proadv li .atext .text{
		font-size: 14px;
		line-height: 24px;
	}
	.proadv li .atext{
		width: 90%;
		padding: 5%;
	}

	.cate{
		width: 20%;
	}
	.nconright{
		width: 76%;
	}
	.lxfs{
		width: 50%;
	}
	.ncontacttext .ncontact{
		width: 47%;
	}
	.ncontacttext .ncontact .pic{
		height: 240px;
	}

}
@media screen and (max-width: 1310px) {
	.searcharea .stext{
		width: 280px;
	}







}
@media screen and (max-width: 1280px) {
	.lxfs li{
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1100px) {
	.lxfs{
		width: 56%;
	}
	.ncontacttext .ncontact{
		width: 40%;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.lxfs{
		width: 100%;
		float: none;
	}
	.ncontacttext .ncontact{
		width: 100%;
		float: none;
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 768px) {
	.header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	}
	.banner_pc{
		margin: 60px 0 0 0;
	}
	.logo{
		width: 166px;
		height: 60px;
	}
	.menubut{
		display: block;
		position: fixed;
		top: 15px;
		right: 5%;
		font-size: 30px;
		color: #df0615;
		transform: rotateY(180deg);
	}
	.menu{
		display: none;
		width: 40%;
		right: 0;
		top: 60px;
		position: fixed;
		z-index: 9999;
		background-color: #fff;
		border-bottom: 1px solid #efab01;
		box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	}
	.menu li{
		line-height: 40px;
		width: 100%;
		float: none;
		border-top: 1px solid #efab01;
	}
	.menu li a{
		font-size: 14px;
	}
	.searcharea,
	.hotkeys{
		display: none;
	}
	.zstel{
		display: table;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.zstel .iconfont{
		font-size: 20px;
	}
	.zstel a{
		font-size: 20px;
	}
	.search{
		line-height: 20px;
		padding: 10px 0;
	}
	.pro .stitle,
	.stitle{
		font-size: 22px;
		line-height: 22px;
	}
	.stitle:before,
	.stitle:after{
		width: 120px;
		height: 22px;
		background-size: contain !important;
	}
	.stitle:before{
		margin-left: -105px;
	}
	.stitle:after{
		margin-right: -105px;
	}

	.videoarea{
		width: 90%;
		left: 5%;
	}

	.p100,
	.p90,
	.p80,
	.p70{
		padding: 40px 0;
	}
	.mt100,
	.mt90,
	.mt00,
	.mt70{
		margin-top: 40px !important;
	}
	.mt40{
		margin-top: 20px !important;
	}

	.leftnews{
		width: 100%;
	}
	.leftnews1{
		width: 100%;
		float: none;
	}
	.leftnews2{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.leftnews1 .video{
		height: auto;
	}

	.leftnews2 li span{
		display: none;
	}
	.leftnews2 li:nth-child(4n+1) a{
		font-size: 16px;
	}
	.leftnews2 li a{
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		float: none;
	}
	.leftnews2 li:nth-child(4n){
		margin: 0 0 10px 0;
	}

	.newsarea .rightpic{
		width: 100%;
		height: auto;
		display: none;
	}
	.proarea .propic{
		width: 96%;
		float: none;
		height: auto;
		padding: 2%;
	}
	.proul{
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.proul li .pic{
		height: auto;
	}
	.proul li{
		padding: 2%;
	}
	.proul li p{
		font-size: 14px;
		margin: 10px 0;
	}
	.proadv li{
		width: 50%;
	}
	.proadv li .atext{
		width: 80%;
		padding: 10%;
	}
	.proadv li .atext .bigtext{
		font-size: 30px;
		line-height: 30px;
	}
	.proadv li .atext .text{
		font-size: 12px;
		line-height: 20px;
		display: block !important;
		height: 80px;
	}
	.abouttext{
		padding: 0;
		height: auto;
		background-size: contain;
		background-position: center top;
	}

	.abouttext .text img{
		width: 120px;
		margin: 0 auto 10px auto;
		display: block;
	}
	.abouttext .text{
		width: 80%;
		padding: 5%;
		margin: 120px auto 0 auto;
		float: none;
		box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
		font-size: 14px;
		line-height: 24px;
	}
	.abouttext .text .more{
		font-size: 12px;
		width: 100px;
		line-height: 34px;
		margin: 10px auto 0 auto;
		float: none;
	}
	.fwzcul li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.fwzcul li .fwzctitle{
		font-size: 20px;
		padding: 5% 7%;
	}
	.fwzcul li .text{
		padding: 5% 7%;
	}
	.fwzcul li a{
		font-size: 14px;
	}
	.fwzcul li a span{
		font-size: 20px;
	}

	.fshare{
		display: none;
	}
	.flogo{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.fcontact{
		width: 100%;
		text-align: center;
		margin: 20px 0;
		float: none;
	}
	.fmenu{
		display: none;
	}
	.fewm{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.cr{
		font-size: 12px;
		line-height: 20px;
	}
	.cr a{
		font-size: 12px;
	}

	.piclist li p{
		font-size: 12px;
	}


	.bannerbg,
	.listbanner,
	.nbanner{
		height: 200px;
	}
	.prodetailslide{
		display: block;
	}
	.prodetailslide .detailslide{
		width: 100%;
	}
	.prodetailslide .detailtext{
		width: 100%;
		padding: 5% 0;
	}
	.prodetailslide .detailtext .text3,
	.sharebox,
	.prodetailslide .detailtext .text2{
		display: none;
	}
	.texttitle{
		font-size: 18px;
	}
	.texttitle span{
		font-size: 12px;
	}
	.leftnews2 li{
		display: none;
	}
	.leftnews2 li:nth-child(1),
	.leftnews2 li:nth-child(2),
	.leftnews2 li:nth-child(3),
	.leftnews2 li:nth-child(4){
		display: block;
	}
	.cate{
		width: 100%;
		float: none;
	}
	.catetitle{
		padding: 10px 0;
		font-size: 20px;
	}
	.cate ul:before,
	.cate ul:after{
		content: '';
		display: table;
		clear: both;
	}
	.cate ul li{
		width: 33.333%;
		float: left;
		line-height: 40px;
	}
	.cate_about ul li{
		width: 50%;
	}
	.cate_rczp ul li{
		width: 50%;
	}
	.cate ul li a{
		padding: 0 0 0 20px;
		font-size: 14px;
	}
	.cate ul li font{
		margin: 0 5px 0 0;
	}
	.nconright{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}

	.classtitle{
		font-size: 20px;
		line-height: 20px;
	}
	.nabouttext{
		font-size: 14px;
		line-height: 24px;
	}

	.introarea li{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.piclist li,
	.piclist li:nth-child(3n){
		width: 49%;
		margin: 0 2% 4% 0;
	}
	.piclist li:nth-child(2n){
		margin: 0 0 4% 0;
	}
	.piclist li p{
		margin: 10px 0 0 0;
	}

	.yearul{
		width: 20%;
		padding: 0;
	}
	.yearul li{
		font-size: 16px;
	}
	.yearul li.this{
		font-size: 20px;
	}
	.yearul li .circle:before{
		border: none;
	}
	.devarea{
		width: 67%;
		padding: 5% 5% 5% 8%;
	}
	.devtext li .date{
		width: 15%;
	}
	.devtext li .text{
		width: 81%;
	}

	.videolist li>p{
		font-size: 14px;
	}
	.videolist li .iconfont{
		font-size: 20px;
		line-height: 20px;
		margin-left: -10px;
		margin-top: -10px;
	}
	.nproul li,
	.nproul li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nproul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.nproul li p{
		font-size: 14px;
	}
	.nnewsul li a{
		padding: 15px 0;
	}
	.nnewsul li:nth-child(1) .text p{
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
	}
	.nnewsul li:nth-child(1) .text span{
		line-height: 32px;
		font-size: 16px;
	}
	.nnewsul li .text span{
		font-size: 16px;
	}
	.nnewsul li .text p{
		font-size: 12px;
		margin: 10px 0 0 0;
	}
	.rczptext{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	.ntitle{
		font-size: 22px;
	}
	.rczpfl li{
		width: 100%;
		margin: 0 0 20px 0;
		float: left;
	}
	.rczpfl li .text span{
		margin: 20px 0 0 0;
		font-size: 18px;
		line-height: 18px;
	}
	.rczpfl li .text{
		width: 90%;
		padding: 9% 5%;
	}
	.rczpfl li .text font{
		margin: 10px 0 15px 0;
	}
	.rczpfl li .text p{
		font-size: 12px;
		line-height: 20px;
	}
	.rczpfl li .text .iconfont{
		font-size: 40px;
	}
	.nrczpul li .rlzyarea{
		line-height: 24px;
	}
	.nrczpul li .rlzyarea a.tdjl{
		width: 120px;
		line-height: 34px;
		font-size: 12px;
	}
	.nrczpul li.this .buttonarrow{
		bottom: 3%;
	}
	.nrczpul li .buttonarrow{
		font-size: 44px;
	}
	.nrczpul li .rlzytitle{
		padding: 20px 0;
	}


	.qyfzr table{
		table-layout: auto;
		font-size: 14px;
	}
	.qyfzr table td a{
		margin: 0 0 0 15px;
	}
	.pzzcul li{
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
	.yzms{
		display: block;
	}

	.yzbt{
		width: 120px;
		padding: 33px 0;
		line-height: 26px;
		height: 52px;
		float: none;
		margin: 0 auto;
	}
	.yzbt strong{
		font-size: 24px;
	}
	.yzbt p{
		font-size: 16px;
	}

	.yzlist{
		width: 100%;
	}

	.yzlist li .text1{
		width: 37%;
		font-size: 16px;
	}
	.yzlist li .text2{
		width: 50%;
		font-size: 14px;
		line-height: 24px;
		padding: 11px 8% 11px 5%;
	}
	.yzlist li .num{
		font-size: 36px;
		bottom: -11px;
	}
	.cxqdul li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.cxqdul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.cxqdul li .text{
		font-size: 12px;
		line-height: 20px;
	}
	.cxqdul li strong{
		font-size: 17px;
		margin: 10px 0;
	}
	.cxqdul li .iconfont{
		font-size: 40px;
	}

	.zsbztable table td{
		font-size: 12px;
		line-height: 20px;
		padding: 10px;
	}
	.zstjtable table td{
		font-size: 12px;
		line-height: 20px;
		padding: 10px;
	}

	.lxfs{
		width: 100%;
	}
	.ncontacttext .ncontact{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.lxfs li .iconfont{
		width: 40px;
		font-size: 20px;
	}
	.lxfs li{
		line-height: 44px;
		font-size: 14px;
	}
	.ewm_wx{
		font-size: 12px;
	}
	.ewm_wx .pic{
		margin: 0 10% 10px 10%;
	}
	.ewm_wx p{
		font-size: 0.68rem;
		line-height: 18px;
	}
	.newm{
		padding: 5%;
	}



}
@media screen and (max-width: 428px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}





































































